1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmNhapHang_ThanhToan
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.tabControl1 = new System.Windows.Forms.TabControl();
33             
this.tabPage1 = new System.Windows.Forms.TabPage();
34             
this.dgvThanhToan = new System.Windows.Forms.DataGridView();
35             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.IdThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.SoTienThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.NgayTao = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.GhiChu = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.ThayDoi = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.label1 = new System.Windows.Forms.Label();
42             
this.groupBox1 = new System.Windows.Forms.GroupBox();
43             
this.btnThanhToan = new System.Windows.Forms.Button();
44             
this.label3 = new System.Windows.Forms.Label();
45             
this.txtMoTa = new System.Windows.Forms.TextBox();
46             
this.label2 = new System.Windows.Forms.Label();
47             
this.txtTienThanhToan = new System.Windows.Forms.TextBox();
48             
this.label4 = new System.Windows.Forms.Label();
49             
this.label5 = new System.Windows.Forms.Label();
50             
this.txtShowTongTien = new System.Windows.Forms.TextBox();
51             
this.txtShowNoNCC = new System.Windows.Forms.TextBox();
52             
this.txtShowTenDonHang = new System.Windows.Forms.TextBox();
53             
this.tabControl1.SuspendLayout();
54             
this.tabPage1.SuspendLayout();
55             ((System.ComponentModel.ISupportInitialize)(
this.dgvThanhToan)).BeginInit();
56             
this.groupBox1.SuspendLayout();
57             
this.SuspendLayout();
58             
//
59             
// tabControl1
60             
//
61             
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
62             | System.Windows.Forms.AnchorStyles.Right)));
63             
this.tabControl1.Controls.Add(this.tabPage1);
64             
this.tabControl1.Location = new System.Drawing.Point(5, 189);
65             
this.tabControl1.Name = "tabControl1";
66             
this.tabControl1.SelectedIndex = 0;
67             
this.tabControl1.Size = new System.Drawing.Size(776, 260);
68             
this.tabControl1.TabIndex = 0;
69             
//
70             
// tabPage1
71             
//
72             
this.tabPage1.Controls.Add(this.dgvThanhToan);
73             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
74             
this.tabPage1.Name = "tabPage1";
75             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
76             
this.tabPage1.Size = new System.Drawing.Size(768, 229);
77             
this.tabPage1.TabIndex = 0;
78             
this.tabPage1.Text = "Lịch sử thanh toán đơn hàng";
79             
this.tabPage1.UseVisualStyleBackColor = true;
80             
//
81             
// dgvThanhToan
82             
//
83             
this.dgvThanhToan.AllowUserToAddRows = false;
84             
this.dgvThanhToan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
85             
this.dgvThanhToan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
86             
this.STT,
87             
this.IdThanhToan,
88             
this.SoTienThanhToan,
89             
this.NgayTao,
90             
this.GhiChu,
91             
this.ThayDoi});
92             
this.dgvThanhToan.Location = new System.Drawing.Point(0, 4);
93             
this.dgvThanhToan.Name = "dgvThanhToan";
94             
this.dgvThanhToan.RowTemplate.Height = 27;
95             
this.dgvThanhToan.RowTemplate.ReadOnly = true;
96             
this.dgvThanhToan.Size = new System.Drawing.Size(765, 247);
97             
this.dgvThanhToan.TabIndex = 0;
98             
//
99             
// STT
100             
//
101             
this.STT.FillWeight = 50F;
102             
this.STT.HeaderText = "STT";
103             
this.STT.Name = "STT";
104             
this.STT.Width = 50;
105             
//
106             
// IdThanhToan
107             
//
108             
this.IdThanhToan.HeaderText = "IdThanhToan";
109             
this.IdThanhToan.Name = "IdThanhToan";
110             
this.IdThanhToan.Visible = false;
111             
//
112             
// SoTienThanhToan
113             
//
114             
this.SoTienThanhToan.FillWeight = 120F;
115             
this.SoTienThanhToan.HeaderText = "Số tiền";
116             
this.SoTienThanhToan.Name = "SoTienThanhToan";
117             
this.SoTienThanhToan.Width = 120;
118             
//
119             
// NgayTao
120             
//
121             
this.NgayTao.FillWeight = 160F;
122             
this.NgayTao.HeaderText = "Ngày tạo";
123             
this.NgayTao.Name = "NgayTao";
124             
this.NgayTao.Width = 150;
125             
//
126             
// GhiChu
127             
//
128             
this.GhiChu.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
129             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
130             
this.GhiChu.DefaultCellStyle = dataGridViewCellStyle2;
131             
this.GhiChu.FillWeight = 190F;
132             
this.GhiChu.HeaderText = "Ghi chú";
133             
this.GhiChu.Name = "GhiChu";
134             
//
135             
// ThayDoi
136             
//
137             
this.ThayDoi.FillWeight = 70F;
138             
this.ThayDoi.HeaderText = "Thay đổi";
139             
this.ThayDoi.Name = "ThayDoi";
140             
this.ThayDoi.Width = 5;
141             
//
142             
// label1
143             
//
144             
this.label1.AutoSize = true;
145             
this.label1.Location = new System.Drawing.Point(6, 21);
146             
this.label1.Name = "label1";
147             
this.label1.Size = new System.Drawing.Size(102, 18);
148             
this.label1.TabIndex = 1;
149             
this.label1.Text = "Tên đơn hàng:";
150             
//
151             
// groupBox1
152             
//
153             
this.groupBox1.Controls.Add(this.btnThanhToan);
154             
this.groupBox1.Controls.Add(this.label3);
155             
this.groupBox1.Controls.Add(this.txtMoTa);
156             
this.groupBox1.Controls.Add(this.label2);
157             
this.groupBox1.Controls.Add(this.txtTienThanhToan);
158             
this.groupBox1.Location = new System.Drawing.Point(309, 56);
159             
this.groupBox1.Name = "groupBox1";
160             
this.groupBox1.Size = new System.Drawing.Size(468, 113);
161             
this.groupBox1.TabIndex = 2;
162             
this.groupBox1.TabStop = false;
163             
//
164             
// btnThanhToan
165             
//
166             
this.btnThanhToan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.btnThanhToan.Location = new System.Drawing.Point(361, 19);
168             
this.btnThanhToan.Name = "btnThanhToan";
169             
this.btnThanhToan.Size = new System.Drawing.Size(101, 82);
170             
this.btnThanhToan.TabIndex = 6;
171             
this.btnThanhToan.Text = "Thanh toán";
172             
this.btnThanhToan.UseVisualStyleBackColor = true;
173             
this.btnThanhToan.Click += new System.EventHandler(this.btnThanhToan_Click);
174             
//
175             
// label3
176             
//
177             
this.label3.AutoSize = true;
178             
this.label3.Location = new System.Drawing.Point(11, 62);
179             
this.label3.Name = "label3";
180             
this.label3.Size = new System.Drawing.Size(59, 18);
181             
this.label3.TabIndex = 5;
182             
this.label3.Text = "Ghi chú";
183             
//
184             
// txtMoTa
185             
//
186             
this.txtMoTa.Location = new System.Drawing.Point(108, 62);
187             
this.txtMoTa.Multiline = true;
188             
this.txtMoTa.Name = "txtMoTa";
189             
this.txtMoTa.Size = new System.Drawing.Size(237, 39);
190             
this.txtMoTa.TabIndex = 4;
191             
//
192             
// label2
193             
//
194             
this.label2.AllowDrop = true;
195             
this.label2.Location = new System.Drawing.Point(11, 23);
196             
this.label2.Name = "label2";
197             
this.label2.Size = new System.Drawing.Size(91, 29);
198             
this.label2.TabIndex = 3;
199             
this.label2.Text = "Nhập số tiền";
200             
//
201             
// txtTienThanhToan
202             
//
203             
this.txtTienThanhToan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
204             
this.txtTienThanhToan.Location = new System.Drawing.Point(108, 19);
205             
this.txtTienThanhToan.Name = "txtTienThanhToan";
206             
this.txtTienThanhToan.Size = new System.Drawing.Size(237, 26);
207             
this.txtTienThanhToan.TabIndex = 0;
208             
this.txtTienThanhToan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
209             
this.txtTienThanhToan.TextChanged += new System.EventHandler(this.txtTienThanhToan_TextChanged);
210             
this.txtTienThanhToan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTienThanhToan_KeyPress);
211             
//
212             
// label4
213             
//
214             
this.label4.AutoSize = true;
215             
this.label4.Location = new System.Drawing.Point(6, 77);
216             
this.label4.Name = "label4";
217             
this.label4.Size = new System.Drawing.Size(73, 18);
218             
this.label4.TabIndex = 3;
219             
this.label4.Text = "Tổng tiền:";
220             
//
221             
// label5
222             
//
223             
this.label5.AutoSize = true;
224             
this.label5.Location = new System.Drawing.Point(6, 127);
225             
this.label5.Name = "label5";
226             
this.label5.Size = new System.Drawing.Size(100, 18);
227             
this.label5.TabIndex = 4;
228             
this.label5.Text = "Nợ Đơn hàng:";
229             
//
230             
// txtShowTongTien
231             
//
232             
this.txtShowTongTien.BackColor = System.Drawing.Color.White;
233             
this.txtShowTongTien.BorderStyle = System.Windows.Forms.BorderStyle.None;
234             
this.txtShowTongTien.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
235             
this.txtShowTongTien.Location = new System.Drawing.Point(81, 73);
236             
this.txtShowTongTien.Name = "txtShowTongTien";
237             
this.txtShowTongTien.ReadOnly = true;
238             
this.txtShowTongTien.Size = new System.Drawing.Size(207, 19);
239             
this.txtShowTongTien.TabIndex = 7;
240             
this.txtShowTongTien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
241             
//
242             
// txtShowNoNCC
243             
//
244             
this.txtShowNoNCC.BackColor = System.Drawing.Color.White;
245             
this.txtShowNoNCC.BorderStyle = System.Windows.Forms.BorderStyle.None;
246             
this.txtShowNoNCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
247             
this.txtShowNoNCC.Location = new System.Drawing.Point(110, 123);
248             
this.txtShowNoNCC.Name = "txtShowNoNCC";
249             
this.txtShowNoNCC.ReadOnly = true;
250             
this.txtShowNoNCC.Size = new System.Drawing.Size(178, 19);
251             
this.txtShowNoNCC.TabIndex = 8;
252             
this.txtShowNoNCC.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
253             
//
254             
// txtShowTenDonHang
255             
//
256             
this.txtShowTenDonHang.BackColor = System.Drawing.Color.White;
257             
this.txtShowTenDonHang.BorderStyle = System.Windows.Forms.BorderStyle.None;
258             
this.txtShowTenDonHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
259             
this.txtShowTenDonHang.Location = new System.Drawing.Point(110, 21);
260             
this.txtShowTenDonHang.Name = "txtShowTenDonHang";
261             
this.txtShowTenDonHang.ReadOnly = true;
262             
this.txtShowTenDonHang.Size = new System.Drawing.Size(667, 19);
263             
this.txtShowTenDonHang.TabIndex = 9;
264             
//
265             
// frmNhapHang_ThanhToan
266             
//
267             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
268             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
269             
this.BackColor = System.Drawing.Color.White;
270             
this.ClientSize = new System.Drawing.Size(784, 461);
271             
this.Controls.Add(this.txtShowTenDonHang);
272             
this.Controls.Add(this.txtShowNoNCC);
273             
this.Controls.Add(this.txtShowTongTien);
274             
this.Controls.Add(this.label5);
275             
this.Controls.Add(this.label4);
276             
this.Controls.Add(this.groupBox1);
277             
this.Controls.Add(this.label1);
278             
this.Controls.Add(this.tabControl1);
279             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
280             
this.Margin = new System.Windows.Forms.Padding(4);
281             
this.MaximizeBox = false;
282             
this.MinimizeBox = false;
283             
this.Name = "frmNhapHang_ThanhToan";
284             
this.Text = "Thanh toán đơn hàng";
285             
this.Load += new System.EventHandler(this.frmNhapHang_ThanhToan_Load);
286             
this.tabControl1.ResumeLayout(false);
287             
this.tabPage1.ResumeLayout(false);
288             ((System.ComponentModel.ISupportInitialize)(
this.dgvThanhToan)).EndInit();
289             
this.groupBox1.ResumeLayout(false);
290             
this.groupBox1.PerformLayout();
291             
this.ResumeLayout(false);
292             
this.PerformLayout();
293
294         }
295
296         
#endregion
297
298         
private System.Windows.Forms.TabControl tabControl1;
299         
private System.Windows.Forms.TabPage tabPage1;
300         
private System.Windows.Forms.Label label1;
301         
private System.Windows.Forms.DataGridView dgvThanhToan;
302         
private System.Windows.Forms.GroupBox groupBox1;
303         
private System.Windows.Forms.Button btnThanhToan;
304         
private System.Windows.Forms.Label label3;
305         
private System.Windows.Forms.TextBox txtMoTa;
306         
private System.Windows.Forms.Label label2;
307         
private System.Windows.Forms.TextBox txtTienThanhToan;
308         
private System.Windows.Forms.Label label4;
309         
private System.Windows.Forms.Label label5;
310         
private System.Windows.Forms.TextBox txtShowTongTien;
311         
private System.Windows.Forms.TextBox txtShowNoNCC;
312         
private System.Windows.Forms.TextBox txtShowTenDonHang;
313         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
314         
private System.Windows.Forms.DataGridViewTextBoxColumn IdThanhToan;
315         
private System.Windows.Forms.DataGridViewTextBoxColumn SoTienThanhToan;
316         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao;
317         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu;
318         
private System.Windows.Forms.DataGridViewTextBoxColumn ThayDoi;
319     }
320 }


Gõ tìm kiếm nhanh...